home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VELENG10.ZIP / CON4VALS.H < prev    next >
Text File  |  1997-07-27  |  230b  |  15 lines

  1. #define DEPTH 4
  2.  
  3. #define IMPOSSIBLE -30000
  4.  
  5. #define POSITIVE   1
  6.  
  7. #define BADMOVE   -16384
  8. #define NOCOMMENT      0
  9. #define GOODMOVE   16384
  10.  
  11. #define BRIGHTMOVE (GOODMOVE/2)
  12. #define SMARTMOVE  (BADMOVE/2)
  13.  
  14. #define RANDVARIANCE 35
  15.